[]
Gets the children of the item at the specified index.
public IDataCollection<T> GetChildren(int index)
Public Function GetChildren(index As Integer) As IDataCollection(Of T)
| Type | Name | Description |
|---|---|---|
| int | index | The index of item to ask for its children. |
| Type | Description |
|---|---|
| IDataCollection<T> |